home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: mstave@wpo.borland.com (Matt Stave)
- Newsgroups: comp.lang.c++,comp.lang.c
- Subject: Re: debug before main()
- Date: Sat, 09 Mar 1996 01:58:18 GMT
- Organization: Borland International
- Message-ID: <4hqolg$kce@druid.borland.com>
- References: <Pine.SOL.3.91.960305171701.17346B-100000@hamlet.uncg.edu>
- NNTP-Posting-Host: mstave2.borland.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- "QIAN . ZHONG" <q_zhong@hamlet.uncg.edu> wrote:
-
- > Hi, folks:
-
- > What is the good way to debug the program before main(), I am using Borland
- >compiler, which generate a map file, and show the program entry point is
- >0000:0000, relative memory start point,
- >how to load the program and start debug from 0000:0000 ?
-
-
- > Qian Zhong
- > Department of Chemistry.
- > UNC, Greensboro
- > Email: q_zhong@hamlet.uncg.edu
- >
-
- TDW (or TD or TD32) -l
- (That's a lower-case L)
-
- --- Matt
-
-